This is what the application first looks like when the applicaition is loaded up, using customtkiner the placeholders for the infomation was easily created using images. Firstly I completed a desgin using Figma (design tool), after this I was able to use the icons and text to intergrate onto the placeholders.
When the user enters a location into the search box in the top right-hand corner and presses the search icon it shows the weather at the location. To do this I used an online weather api, using this the search icon runs a peice of code in pytohn that finds the temperature. To display the graphs I used pandas and matplotlib to refine and then plot the data onto a graph.